home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / ATL_Samples / polycntr / polydlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-19  |  1.4 KB  |  54 lines

  1. // PolyDlg.h : header file
  2. //
  3. //{{AFX_INCLUDES()
  4. #include "polyctl.h"
  5. //}}AFX_INCLUDES
  6.  
  7. #if !defined(AFX_POLYCNTRDLG_H__BD7BB4A7_4008_11D1_9306_00600820B4FF__INCLUDED_)
  8. #define AFX_POLYCNTRDLG_H__BD7BB4A7_4008_11D1_9306_00600820B4FF__INCLUDED_
  9.  
  10. #if _MSC_VER >= 1000
  11. #pragma once
  12. #endif // _MSC_VER >= 1000
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CPolyCntrDlg dialog
  16.  
  17. class CPolyCntrDlg : public CDialog
  18. {
  19. // Construction
  20. public:
  21.     CPolyCntrDlg(CWnd* pParent = NULL);    // standard constructor
  22.  
  23. // Dialog Data
  24.     //{{AFX_DATA(CPolyCntrDlg)
  25.     enum { IDD = IDD_POLYCNTR_DIALOG };
  26.     CPolyCtl    m_Polygon;
  27.         // NOTE: the ClassWizard will add data members here
  28.     //}}AFX_DATA
  29.  
  30.     // ClassWizard generated virtual function overrides
  31.     //{{AFX_VIRTUAL(CPolyCntrDlg)
  32.     protected:
  33.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34.     //}}AFX_VIRTUAL
  35.  
  36. // Implementation
  37. protected:
  38.     HICON m_hIcon;
  39.  
  40.     // Generated message map functions
  41.     //{{AFX_MSG(CPolyCntrDlg)
  42.     virtual BOOL OnInitDialog();
  43.     afx_msg void OnClickInPolyctl1(long x, long y);
  44.     afx_msg void OnClickOutPolyctl1(long x, long y);
  45.     DECLARE_EVENTSINK_MAP()
  46.     //}}AFX_MSG
  47.     DECLARE_MESSAGE_MAP()
  48. };
  49.  
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  52.  
  53. #endif // !defined(AFX_POLYCNTRDLG_H__BD7BB4A7_4008_11D1_9306_00600820B4FF__INCLUDED_)
  54.